home *** CD-ROM | disk | FTP | other *** search
/ Clickx 22 / Clickx 22.iso / DATA / erasedrop_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-01-01  |  3.2 KB  |  62 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=EraseDrop
  4. AppVerName=EraseDrop 1.0rc2
  5. AppId=EraseDrop
  6. AppPublisher=Righteous Technologies
  7. AppPublisherURL=http://www.righteoustech.com
  8. AppSupportURL=http://www.righteoustech.com
  9. AppUpdatesURL=http://www.righteoustech.com
  10. AppMutex=_erasedrop_
  11. DefaultDirName={pf}\EraseDrop
  12. DefaultGroupName=EraseDrop
  13. UninstallDisplayName=EraseDrop
  14. OutputBaseFilename=erasedrop_setup
  15. Compression=lzma
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\EraseDrop.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\boost license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\eraser.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\EraseDrop.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  26. [Registry]
  27. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "EraseDrop"; ValueType: String; ValueData: """{app}\EraseDrop.exe"" /minimized"; Tasks: autostartup; Flags: uninsdeletevalue 
  28. [INI]
  29. FileName: "{app}\EraseDrop.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.righteoustech.com"; 
  30. [Run]
  31. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  32. Filename: "{app}\EraseDrop.exe"; Description: "{cm:LaunchProgram,EraseDrop}"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\EraseDrop"; Filename: "{app}\EraseDrop.exe"; 
  35. Name: "{group}\Website"; Filename: "{app}\EraseDrop.url"; 
  36. Name: "{group}\{cm:UninstallProgram,EraseDrop}"; Filename: "{uninstallexe}"; 
  37. Name: "{commondesktop}\EraseDrop"; Filename: "{app}\EraseDrop.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\EraseDrop"; Filename: "{app}\EraseDrop.exe"; Tasks: quicklaunchicon; 
  39. Name: "{group}\License.txt"; Filename: "{app}\License.txt"; 
  40. Name: "{group}\Boost Libraries License"; Filename: "{app}\boost license.txt"; 
  41. Name: "{group}\Readme.txt"; Filename: "{app}\Readme.txt"; Comment: "Readme"; 
  42. [Tasks]
  43. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  44. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  45. Name: "autostartup"; Description: "Start program automatically at logon"; GroupDescription: "Other:"; 
  46. [UninstallDelete]
  47. Type: filesandordirs; Name: "{app}"; 
  48. [CustomMessages]
  49. default.NameAndVersion=%1 version %2
  50. default.AdditionalIcons=Additional icons:
  51. default.CreateDesktopIcon=Create a &desktop icon
  52. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  53. default.ProgramOnTheWeb=%1 on the Web
  54. default.UninstallProgram=Uninstall %1
  55. default.LaunchProgram=Launch %1
  56. default.AssocFileExtension=&Associate %1 with the %2 file extension
  57. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  58. [Languages]
  59. ; These files are stubs
  60. ; To achieve better results after recompilation, use the real language files
  61. Name: "default"; MessagesFile: "embedded\default.isl"; 
  62.